fix(deps): update rust crate remi-s3 to 0.9.0 #450
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.1
->0.9.0
Release Notes
Noelware/remi-rs (remi-s3)
v0.9.1
Compare Source
This release just fixes a docs.rs build failure for remi-s3.
No other changes are present. Continue to watch the primary branch for development on 0.10.0
v0.9.0
Compare Source
Breaking Changes
async_std
is no longer supported for async I/O (@auguwu)dirs
crate foretcetera
(@auguwu)serde_yaml
crate forserde_yaml_ng
(@auguwu)Additions
unstable
crate feature to all crates (@auguwu)Fixes
Full Changelog: Noelware/remi-rs@0.8.1...0.9.0
v0.8.1
Compare Source
What's Changed
mongodb
to 3.1.0 to accommodate upstream dependencies.No other changes are present. Continue to watch the primary branch for development on 0.9.0.
v0.8.0
Compare Source
➕ Additions
remi-azure
][remi-azure]: Allow uploading metadata into a blob when usingStorageService#upload
(@auguwu)😱 Breaking Changes
remi-fs
][remi-fs]: Return [Cow<'static, str>
][Cow<'static, str>] in [ContentTypeResolver
][ContentTypeResolver] trait to prevent un-needed allocations on static strings (@auguwu)remi
][remi]: All methods inStorageService
requireSelf: Sized
.😔 Deprecations
remi
][remi] (scheduled removal in release v0.9.0):StorageService::NAME
is deprecated in this release and will be replaced byStorageService::name
to allowStorageService
to be a object-safe trait.🐛 Fixes
remi-azure
][remi-azure]: sanitize~/
and./
paths (@auguwu)remi-azure
][remi-azure]: ensure that blob exists, otherwise,Ok(None)
is returned inremi_azure::StorageService::blob
(@auguwu)remi-gridfs
][remi-gridfs]: fix content type detection (@auguwu)remi-gridfs
][remi-gridfs]: ensure thatcontentType
metadata field is avaliable if provided inremi::StorageService::upload
(@auguwu)remi-fs
][remi-fs]: fix implementations ofdefault_resolver
when usingserde_json
&serde_yaml
features (@auguwu)remi-fs
][remi-fs]: inserde_json
/serde_yaml
usage, returntext/plain
on non JSON objects/arrays & non YAML mapping/sequences (@auguwu)remi-fs
][remi-fs]: allow overwriting a file's contents when uploading, otherwise, the file is atomically created (@auguwu)🔒 Dependency Updates
aws-smithy-runtime-api
][aws-smithy-runtime-api]serde
][serde]aws-sdk-s3
][aws-sdk-s3]aws-config
][aws-config]tokio-util
][tokio-util]file-format
][file-format]Full Changelog: Noelware/remi-rs@0.7.1...0.8.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.